<Schema name="BtmInformationSchema" 
	xmlns="urn:schemas-microsoft-com:xml-data" 
	xmlns:dt="urn:schemas-microsoft-com:datatypes" 
	xmlns:fdt="x-schema:FDTDataTypesSchema.xml" 
	xmlns:dtminfo="x-schema:DTMInformationSchema.xml" 
	xmlns:btm="x-schema:BtmDataTypesSchema.xml"
>
		
	<!--Definition of Elements-->
	
	<ElementType name="BtmBlockTypes" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<element type="btm:BtmBlockType" minOccurs="1" maxOccurs="*"/>
	</ElementType>
	<ElementType name="BtmInfo" content="eltOnly" model="closed" order="seq">
		<attribute type="fdt:nodeId" required="no"/>
		<element type="dtminfo:FDTVersion" minOccurs="1" maxOccurs="1"/>
		<element type="fdt:VersionInformation" minOccurs="1" maxOccurs="1"/>
		<element type="BtmBlockTypes" minOccurs="1" maxOccurs="*"/>
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<element type="BtmInfo" minOccurs="1" maxOccurs="1"/>
	</ElementType>
</Schema>